Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps actions/cache from 4 to 5.

Release notes

Sourced from actions/cache's releases.

v5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

If you are using self-hosted runners, ensure they are updated before upgrading.


What's Changed

Full Changelog: actions/cache@v4.3.0...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.3.0

v4.2.4

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

v4.2.3

What's Changed

  • Update to use @​actions/cache 4.0.3 package & prepare for new release by @​salmanmkc in actions/cache#1577 (SAS tokens for cache entries are now masked in debug logs)

New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

Changelog

5.0.1

5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

4.3.0

  • Bump @actions/cache to v4.1.0

4.2.4

  • Bump @actions/cache to v4.0.5

4.2.3

  • Bump @actions/cache to v4.0.3 (obfuscates SAS token in debug logs for cache entries)

4.2.2

  • Bump @actions/cache to v4.0.2

4.2.1

  • Bump @actions/cache to v4.0.1

4.2.0

TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

4.1.2

... (truncated)

Commits
  • 9255dc7 Merge pull request #1686 from actions/cache-v5.0.1-release
  • 8ff5423 chore: release v5.0.1
  • 9233019 Merge pull request #1685 from salmanmkc/node24-storage-blob-fix
  • b975f2b fix: add peer property to package-lock.json for dependencies
  • d0a0e18 fix: update license files for @​actions/cache, fast-xml-parser, and strnum
  • 74de208 fix: update @​actions/cache to ^5.0.1 for Node.js 24 punycode fix
  • ac7f115 peer
  • b0f846b fix: update @​actions/cache with storage-blob fix for Node.js 24 punycode depr...
  • a783357 Merge pull request #1684 from actions/prepare-cache-v5-release
  • 3bb0d78 docs: highlight v5 runner requirement in releases
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2025

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

paxcalpt added a commit that referenced this pull request Jan 13, 2026
Integrate all dependabot dependency updates:
- Bump actions/checkout from v5 to v6
- Bump actions/cache from v4 to v5
- Bump actions/upload-artifact from v5 to v6
- Update pytest requirement from <9.0 to <10.0

This consolidates PRs #7, #8, #9, and #10.
@paxcalpt
Copy link
Contributor

Integrated into #11 (feature/tui-state-persistence-and-improvements)

@paxcalpt paxcalpt closed this Jan 13, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/actions/cache-5 branch January 13, 2026 13:48
paxcalpt added a commit that referenced this pull request Jan 13, 2026
…ements (#11)

* feat: TUI state persistence, new commands, and non-interactive improvements

## TUI State Persistence
- Add configuration properties for remembering TUI state across sessions
  - remember_tui_state: master toggle (default: true)
  - tui_tree_view: persist tree/flat view preference
  - tui_last_view_item: persist selected repo/project/assignee
- Restore view state on TUI startup
- Save state on navigation (arrow keys, tree toggle)
- Reset saved item when switching view modes (Tab key)
- Fix bug where --repo flag always overwrote restored state
- Update config display to show TUI persistence settings
- Change tree toggle key from 'r' to 't' in help text

## New Commands
- add-link: Add URLs to task links
  - Usage: tsk add-link <task_id> <url>
  - Validates HTTP/HTTPS URLs
- append: Append text to task descriptions
  - Usage: tsk append <task_id> --text "content"
- update: Batch update task fields
  - Usage: tsk update <task_ids> [--priority/--status/--project/etc]
  - Supports: priority, status, project, tags, assignees, due date, title

## Non-Interactive Terminal Detection
- Add sys.stdin.isatty() checks across commands
- delete: require --force flag in non-interactive mode
- done: auto-confirm subtask marking in non-interactive mode
- unarchive: auto-confirm subtask operations in non-interactive mode
- sync: add --non-interactive flag to skip unexpected file prompts

## Archive Command Enhancement
- Add --all-completed flag to archive all completed tasks at once
- Usage: tsk archive --all-completed [--repo <name>]

## Sync Command Improvements
- Add run_git_verbose() for interactive git operations
- Implement SimpleSyncProgress for safer terminal output
- Better handling of prompts and credential helpers
- Improved display of unexpected files during sync

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>

* feat: improve error handling for corrupted task files and git conflicts

- Add silent_errors parameter to list_tasks() and list_archived_tasks()
- Detect and report git conflict markers specifically
- Collect all failed files and show helpful summary with resolution steps
- Improve error messages to show filename only (not full path)
- Suggest running 'git status' when conflicts are detected

This makes the TUI more resilient to YAML parsing errors caused by
unresolved git merge conflicts, preventing crashes and providing
better guidance to users.

* fix: resolve linting errors and type issues for CI

- Fix all ruff linting errors (unused imports, whitespace, f-strings)
- Move rich.console import to top of file_validation.py
- Fix type error in update.py: use datetime instead of string for task.due
- Format code with ruff formatter

All must-fix issues from robot review addressed:
- Type error in update.py:128 (datetime vs string) ✓
- detect_conflicts signature verified (skip_fetch parameter exists) ✓
- All linting errors fixed ✓

* ci(deps): bump GitHub Actions and pytest dependencies

Integrate all dependabot dependency updates:
- Bump actions/checkout from v5 to v6
- Bump actions/cache from v4 to v5
- Bump actions/upload-artifact from v5 to v6
- Update pytest requirement from <9.0 to <10.0

This consolidates PRs #7, #8, #9, and #10.

* chore: bump version to 0.10.17

---------

Co-authored-by: Claude Sonnet 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants